Web Basics II

Total Page:16

File Type:pdf, Size:1020Kb

Web Basics II CMS – kirby 16. Juni 2014 Content Management System Inhalte (Text und andere Medien) verwalten. Template + Datenbank. Verschiedene CMS TYPO3, Drupal, Joomla, Magento, Contao, LightCMS, Shopify, ProcessWire, MediaWiki, Cloud CMS, CouchCMS, MODX, Magnolia CMS, Squarespace, ExpressioneEngine, Wordpress. Pico, Stacey, Kirby. Template — Datenbank Front-End — Back-End kirby relativ einfach Flexibel 30 Euro Erinnerung PHP <?php $text = 'Hallo Welt'; echo $text; ?> Erinnerung PHP <?php $text = 'Hallo Welt'; ?> ! <?= $text ?> Struktur kirby <?php home $pages->visible() 01-ueber-uns foreach($pages->visible() AS $page) : site.txt […] Title: Über uns endforeach ?> Text: Das sind wir… 02-blog blog.txt Title: Über uns 01-hallo-welt blog.txt Title: Hallo Welt! Text: Der erste … home 01-ueber-uns site.txt Title: Über uns <?php Text: Das sind wir… $pages->visible() foreach($pages->visible() AS $page) : 02-blog […] blog.txt endforeach Title: Über uns ?> 01-hallo-welt blog.txt Title: Hallo Welt! Text: Der erste … 03-kontakt <?php home $pages->visible() 01-ueber-uns foreach($pages->visible() AS $page) : site.txt […] Title: Über uns endforeach Text: Das sind wir… ?> 02-blog blog.txt Title: Über uns 01-hallo-welt blog.txt Title: Hallo Welt! Text: Der erste … 03-kontakt <?php home $pages->visible() 01-ueber-uns foreach($pages->visible() AS $page) : site.txt $title = $page->title(); Title: Über uns $url = $page->url(); Text: Das sind wir… endforeach 02-blog ?> blog.txt Title: Über uns 01-hallo-welt blog.txt Title: Hallo Welt! Text: Der erste … 03-kontakt <?php home $pages->visible() 01-ueber-uns foreach($pages->visible() AS $page) : site.txt $title = $page->title(); Title: Über uns $url = $page->url(); Text: Das sind wir… if ($page->isActive()) { 02-blog $isActive = true; blog.txt } else { Title: Über uns $isActive = false; 01-hallo-welt } blog.txt endforeach Title: Hallo Welt! ?> Text: Der erste … 03-kontakt <?php $pages->visible() foreach($pages->visible() AS $page) : $title = $page->title(); $url = $page->url(); if ($page->isActive()) { $isActive = true; } else { $isActive = false; } $isActive = $page->isActive() ? true : false; endforeach ?> <?php $pages->visible() foreach($pages->visible() AS $page) : $title = $page->title(); $url = $page->url(); $isActive = $page->isActive() ? true : false; endforeach ?> <?php $pages->visible() foreach($pages->visible() AS $page) : $title = $page->title(); $url = $page->url(); $isActive = $page->isActive() ? true : false; ?> [HTML] <?php endforeach ?> <?php $pages->visible() foreach($pages->visible() AS $page) : $title = $page->title(); $url = $page->url(); $isActive = $page->isActive() ? true : false; ?> <a href="<?=$url?>"><?=$title?><a> <?php endforeach ?>.
Recommended publications
  • Open Source Php Mysql Application Builder
    Open Source Php Mysql Application Builder Sometimes maxi Myles reappoints her misdemeanant promissorily, but hard-fisted Neale stop-overs cryptography or Tiboldacierated contends expansively. issuably. Is Davin vengeful or bug-eyed when neologises some allayer pittings whilom? Off-off-Broadway But using open one software can delete at arms one monthly fee. A PHP web application that lets you create surveys and statutory survey responses Uses SQLite3 by default and also supports MySQL and PostgreSQL. A dip and unique source website builder software provides tools plugins. Fabrik is rip open source application development form music database. One-page PHP CRUD GUI Easy Bootstrap Dashboard Builder 20 Bootstrap Admin Themes included. Form Builder is an extraordinary form-creating software. What affection I enter for accessing a MySQL database data queries in PHP code. CRUD Admin Generator Generate a backend from a MySql. Comparing the 5 Best PHP Form Builders And 4 Free Scripts. Its DCS Developers Command Set pattern to develop there own pro software. All applications application builder allows users lose the source project starts with all software for php, it should be used. OsCommerce Online Merchant is likewise open-source online shop. Incorporated into the velvet they never been 100 spam-free without the need attention a capacha. Joomla Custom Website Application Builder What is Fabrik. It me a central component in the LAMP stack of written source web application. I tested and tried many software with other power desk solution but recently i really. Highly adaptable to open source applications banking and mysql, sets now display form builder software once and mac os x application! See each and.
    [Show full text]
  • Processwire-Järjestelmän Perusteet Kehittäjille
    PROCESSWIRE-JÄRJESTELMÄN PERUSTEET KEHITTÄJILLE Teppo Koivula Opinnäytetyö Joulukuu 2015 Tietojärjestelmäosaamisen koulutusohjelma, YAMK TIIVISTELMÄ Tampereen ammattikorkeakoulu Tietojärjestelmäosaamisen koulutusohjelma, YAMK KOIVULA, TEPPO: ProcessWire-järjestelmän perusteet kehittäjille Opinnäytetyö 120 sivua, joista liitteitä 96 sivua Joulukuu 2015 Tämän opinnäytetyön tavoitteena oli tuottaa monipuolinen, helppokäyttöinen ja ennen kaikkea suomenkielinen perehdytysmateriaali sivustojen, sovellusten ja muiden web- ympäristössä toimivien ratkaisujen toteuttamiseen hyödyntäen sisällönhallintajärjestel- mää ja sisällönhallintakehystä nimeltä ProcessWire. ProcessWire on avoimen lähdekoodin alusta, jonka suunniteltu käyttöympäristö on PHP-kielen, MySQL-tietokannan sekä Apache-web-palvelimen muodostama palve- linympäristö. Koska järjestelmä sisältää piirteitä sekä sisällönhallintajärjestelmistä että sisällönhallintakehyksistä, se on käytännössä osoittautunut erittäin joustavaksi ratkai- suksi monenlaisiin web-pohjaisiin projekteihin. Opinnäytteen varsinaisena lopputuotteena syntyi opas, jonka tavoitteena on sekä teo- riapohjan että käytännön ohjeistuksen välittäminen perustuen todellisiin projekteihin ja niiden tiimoilta esiin nousseisiin havaintoihin. Paitsi perehdytysmateriaalina järjestel- mään tutustuville uusille käyttäjille, oppaan on jatkossa tarkoitus toimia myös koke- neempien käyttäjien apuvälineenä. Opinnäytetyöraportin ensimmäinen luku perehdyttää lukijan verkkopalvelujen teknisiin alustaratkaisuihin pääpiirteissään, minkä jälkeen
    [Show full text]
  • Intermediate/Senior Web Engineer
    INTERMEDIATE/SENIOR WEB ENGINEER LIFESTYLE, MEET CAREER. CAREER, MEET LIFESTYLE. 1 VENTUREWEB INTERMEDIATE - SENIOR WEB ENGINEER apply to info @ ventureweb.net TODAY I CRAWLED INTO MY COMPUTER SCREEN, LANDED ON ALPHA, SKIED SOME UN-TRACKED POW RIGHT TO THE VALLEY, ALL DURING COFFEE BREAK. DO YOU SEND TEXTS TO YOUR FRIENDS IN PHP? DID YOU NAME YOUR FIRST BORN SON JSON? WE ARE CURRENTLY AFTER AN EXPERIENCED WEB ENGINEER TO JOIN OUR ALL STAR TEAM. About VentureWeb VentureWeb is an Award Winning Digital Marketing Agency, based in Squamish BC. We are a small team of passionate adventurers who ride boards and bikes, scale mountains and play outside. We love creativity, design, code, brands and all things digital. The fusion of our collective passion is the love child we call, VentureWeb. 2 VENTUREWEB / A DIGITAL FIRST AGENCY VENTUREWEB INTERMEDIATE - SENIOR WEB ENGINEER apply to info @ ventureweb.net Location Squamish The fact that our Studio is located in Squamish, BC – wedged between Vancouver’s new media hub and Whistler’s world-famous stomping grounds—is no coincidence. The appreciation we have for living here motivates us to drill to the core of our clients’ business with the same enthusiasm. As a small, dynamic team we tailor our solutions to each individual client, and focus intensely on select projects. Rather than short term contracts we focus on long term relationships that allow us to make the biggest impact. We both live and work in the community we serve, believing strongly in the strength of collaboration and social responsibility. The Role Like all roles at VentureWeb this role will be varied and fast paced.
    [Show full text]
  • Towards Left Duff S Mdbg Holt Winters Gai Incl Tax Drupal Fapi Icici
    jimportneoneo_clienterrorentitynotfoundrelatedtonoeneo_j_sdn neo_j_traversalcyperneo_jclientpy_neo_neo_jneo_jphpgraphesrelsjshelltraverserwritebatchtransactioneventhandlerbatchinsertereverymangraphenedbgraphdatabaseserviceneo_j_communityjconfigurationjserverstartnodenotintransactionexceptionrest_graphdbneographytransactionfailureexceptionrelationshipentityneo_j_ogmsdnwrappingneoserverbootstrappergraphrepositoryneo_j_graphdbnodeentityembeddedgraphdatabaseneo_jtemplate neo_j_spatialcypher_neo_jneo_j_cyphercypher_querynoe_jcypherneo_jrestclientpy_neoallshortestpathscypher_querieslinkuriousneoclipseexecutionresultbatch_importerwebadmingraphdatabasetimetreegraphawarerelatedtoviacypherqueryrecorelationshiptypespringrestgraphdatabaseflockdbneomodelneo_j_rbshortpathpersistable withindistancegraphdbneo_jneo_j_webadminmiddle_ground_betweenanormcypher materialised handaling hinted finds_nothingbulbsbulbflowrexprorexster cayleygremlintitandborient_dbaurelius tinkerpoptitan_cassandratitan_graph_dbtitan_graphorientdbtitan rexter enough_ram arangotinkerpop_gremlinpyorientlinkset arangodb_graphfoxxodocumentarangodborientjssails_orientdborientgraphexectedbaasbox spark_javarddrddsunpersist asigned aql fetchplanoriento bsonobjectpyspark_rddrddmatrixfactorizationmodelresultiterablemlibpushdownlineage transforamtionspark_rddpairrddreducebykeymappartitionstakeorderedrowmatrixpair_rddblockmanagerlinearregressionwithsgddstreamsencouter fieldtypes spark_dataframejavarddgroupbykeyorg_apache_spark_rddlabeledpointdatabricksaggregatebykeyjavasparkcontextsaveastextfilejavapairdstreamcombinebykeysparkcontext_textfilejavadstreammappartitionswithindexupdatestatebykeyreducebykeyandwindowrepartitioning
    [Show full text]
  • Rolle Wordpress Typo3 Redaxo Kirby Grav Contentful (Fail!)
    --- Must Have --- Rolle Wordpress Typo3 Redaxo Kirby Grav Contentful (fail!) Impress Pages MODX (fail!) Joomla (fail) Contao (fail) Drupal (fail) Hubspot ProcessWire CraftCMS Neos (Typo3 Weiterentwicklung)Pimcore EZ repeatable Loop-Includes (Füge eine Kachel hinzu, entferne eine Kachel) Dev, Redakteur, Texter x x x x x x - möglich, für den Dev etwasx mehr aufwand x x - ? x x x template-engine Dev x x x x x x x - Plain PHP x x x (php) x (twig) x (Hubl, Twig ähnlich) x (php) x (twig) x x (php) Einfacher, leicht zu verstehender Editor [4] Redakteur, Texter plugin x plugin - x - Oben D&D Menü mit Popups die Values haben x x x x x / - Eher nicht, da funktionen sehr Verteilt.x Wall of Eingabefelderx die user erschlägt x drag and drop editor im windows xp style Autom. Deployment z.B. via Git Dev x x x x x x plugin selber schreiben x plugin plugin selber schreiben - plugin: script selber schreiben das filesx ablegt-> cronjob und module hinzufügex (surf, funktion docker startet => https://discuss.neos.io/t/neos-surf-deployment-how-to-start/365)plugin / script was php files ablegt Patterns dynamisch auswählbar, hinzufügbar zur Seite (Content editierbar) [4] Redakteur, Texter x x x x - x x - drag and drop nicht getestet - x - / x vermutlich ja, aber dafür muss erstmalx ein plugin gefunden/geschriebenx was dynamischx andere module zufügen ermöglicht Zuverlässiges Cache- & Revisions-Management. [3] Redakteur, Texter x x x x x x plugin x x - / x (Revisionen ja) plugin x x (http://neos.readthedocs.io/en/stable/CreatingASite/ContentCache.html)x Visuelle Asset-Verwaltung [2] Redakteur, Texter x x x x (kein crop / Bildbearbeitung)x x plugin x x x - x x x Multi-User / Redakteur-System [2] Redakteur, Texter x x x x x x x x x x x x x x Schutz vor gegenseitigem Überschreiben Redakteur, Texter x x - (file based) - (file based) - x x - - plugin x (Nicht ausprobiert, nur nachgelesen)x - Sagt wenn ein anderer bereits am editieren ist Fremdgehostet: Hohe Verfügbarkeit & Performance [2] Dev, PO x x x x x - selbst gehostet x x - selbst gehostet x x x / - x - selbst gehostet x x (Mittwald u.
    [Show full text]
  • Implementación Basada En Software
    Implementación basada en software libre de un portal web para apoyo en el proceso colaborativo de desarrollo de un videojuego para la enseñanza de la ingeniería de software 1 Francisco Ismael Maya-Sarasty & Daniel Arenas-Seleey Facultad de Ingeniería, Universidad Autónoma de Bucaramanga, Bucaramanga, Colombia. [email protected], [email protected] Resumen— Este documento presenta la implantación de un sistema de de un videojuego, partiendo de una investigación realizada en software libre alrededor del desarrollo de un videojuego educativo que la Universidad Autónoma de Bucaramanga que construyó un promueve la enseñanza de la Ingeniería de Software. Empezando con la realización de un análisis concienzudo de las características del software modelo para la educación de la Ingeniería de Software. A través necesario para crear un entorno que favorece el trabajo colaborativo de la lectura de ésta y otras investigaciones se crea un portal multidisciplinario, para luego instalar y configurar las soluciones seleccionadas web que se convierte en el sustento conceptual e informativo y terminar con un análisis del cumplimiento de directrices de usabilidad para para garantizar la continuidad del proceso de desarrollo de un portales web y directrices de jugabilidad para videojuegos. La contribución de crear un portal web (www.soengirpg.com) es la videojuego de rol, creando un entorno de compartición del activación del trabajo colaborativo que garantiza la continuidad de la conocimiento a través de la interacción de sus usuarios construcción de un videojuego sobre la Ingeniería de Software. Un sistema que mediante la utilización de foro, wiki, chat y un sistema de integra a todos los actores interesados, que requieren de un entorno donde versiones.
    [Show full text]
  • Brendan Kidwell New York City [email protected] Updated May 2018 Web Developer and Application Programmer with Over 14 Years of Professional Experience
    Brendan Kidwell New York City [email protected] Updated May 2018 Web Developer and Application Programmer with over 14 years of professional experience. Expertise in all aspects of web site development, including server-side application programming, client-side HTML/JavaScript programming, and graphic design. Expertise in relational database management, GIS, and desktop installers. Meticulous attention to detail with an eye for usability; always eager to learn; self- guided. Interested in a full-time salaried position with benefits near New York City or possibly working remotely. PROFESSIONAL EXPERIENCE Abt Associates Inc., Cambridge, Massachusetts www.abtassociates.com Principal Application Developer, Data Science and Enabling Technologies (2015 – present, working remotely) • Maintained Abt Associates’ internal Monitoring and Evaluation tool, an ASP.NET application for tracking the progress of client projects. Performed delicate merge of diverged project-specific Git forks into a unified updated branch sharing all bug fixes, and deployed the new version to each project. Replaced external dependency on FluidSurveys (which was going away) with LimeSurvey, which is free software that we can run locally; ported all data for the two live instances of our app from FS to LS. • Maintained a Microsoft Dynamics custom solution for HPOG called HPOG PAGES with an Agile- style team. As part of an effort to hand over maintenance from an external consultancy to an internal Abt team, solved many open software development issues in the application’s reports and business rules plugins. Implemented a novel solution to fork a complicated report into two versions of a report while the team only has to maintain the master version, and simply run a PowerShell script to generate the variant based on the master report.
    [Show full text]
  • Choosing Craft CMS Over Wordpress a Look at Two Different Content Management Systems from a Developer’S Perspective
    Choosing Craft CMS over Wordpress A look at two different content management systems from a developer’s perspective Joel Ström EXAMENSARBETE Arcada Utbildningsprogram: Online Media & Art Direction Identifikationsnummer: 15378 Författare: Joel Ström Arbetets namn: Choosing Craft CMS over Wordpress Handledare (Arcada): Owen Kelly Uppdragsgivare: Yrkeshögskolan Arcada Sammandrag: Då det gäller att välja ett CMS finns det flera saker som måste tänkas på. I dagens läge är det allt viktigare att systemet man väljer passar projektet i fråga. Det finns en hel del system på marknaden som löser problem på olika sätt, men i detta arbete kommer jag att koncentrera mig på de populäraste systemet, Wordpress, samt Craft CMS som är en relativt ny tävlare. Jag kommer att ytligt gå igenom vad som CMS är, varför man skulle använda CMS, samt introducera både Wordpress of Craft CMS. Jag kommer att gå djupare in på hur båda systemen används, och demonstrera kod med hjälp av praktiska exempel. Allt detta sker från en webbutvecklares perspektiv. För att komma till en slutsats har jag gjort flera jämförelser mellan dessa två system. Förutom mina egna åsikter och resultat analyserar jag data som jag samlat från en frågeformulär som skickades åt andra utvecklare, och från en expert intervju var jag intervjuade två kollegor från min arbetsplats. En längre sammanfattning på svenska kan hittas i slutet av arbetet. Nyckelord: CMS, Wordpress, Craft CMS, jämförelse, webbutvecklare Sidantal: 79 Språk: Engelska Datum för godkännande: 1.6.2017 1 DEGREE THESIS Arcada Degree Programme: Online Media & Art Direction Identification number: 15378 Author: Joel Ström Title: Choosing Craft CMS over Wordpress Supervisor (Arcada): Owen Kelly Commissioned by: Yrkeshögskolan Arcada Abstract: There are multiple different factors to think about when choosing a CMS for your web project.
    [Show full text]
  • "Automated Security Analysis of Web Application Technologies"
    Saarland University Faculty of Mathematics and Computer Science Department of Computer Science Automated Security Analysis of Web Application Technologies Malte Horst Arthur Skoruppa Dissertation zur Erlangung des Grades des Doktors der Ingenieurwissenschaften der Fakultät für Mathematik und Informatik der Universität des Saarlandes Saarbrücken, 2017 ii Tag des Kolloquiums: 14. Dezember 2017 Dekan: Prof. Dr. Frank-Olaf Schreyer Prüfungsausschuss Vorsitzender: Prof. Dr. Christian Rossow Berichterstattende: Prof. Dr. Michael Backes Prof. Dr. Andreas Zeller Akademischer Mitarbeiter: Dr. Robert Künnemann iii Zusammenfassung Das Web hat sich zu einem komplexen Netz aus hochinteraktiven Seiten und Anwendungen entwickelt, welches wir täglich zu kommerziellen und sozialen Zwecken einsetzen. Dementsprechend ist die Sicherheit von Webanwendungen von höchster Relevanz. Das automatisierte Auffinden von Sicherheitslücken ist ein anspruchsvolles, aber wichtiges Forschungsgebiet mit dem Ziel, Entwickler zu unterstützen und das Web sicherer zu machen. In dieser Arbeit nutzen wir statische Analysemethoden, um automatisiert Lücken in JavaScript- und PHP-Programmen zu entdecken. JavaScript ist clientseitig die wichtigste Sprache des Webs, während PHP auf der Serverseite am weitesten verbreitet ist. Im ersten Teil nutzen wir eine Reihe von Programmtransformationen und Informationsflussanalyse, um den JavaScript Helios Wahl-Client zu untersuchen. Helios ist ein modernes Wahlsystem, welches auf konzeptueller Ebene eingehend analysiert wurde und dessen Implementierung als sehr sicher gilt. Wir enthüllen zwei schwere und bis dato unentdeckte Sicherheitslücken. Im zweiten Teil präsentieren wir ein Framework, das es Entwicklern er- möglicht, PHP Code auf frei modellierbare Schwachstellen zu untersuchen. Zu diesem Zweck konstruieren wir sogenannte Code-Property-Graphen und im- portieren diese anschließend in eine Graphdatenbank. Schwachstellen können nun als geeignete Datenbankanfragen formuliert werden.
    [Show full text]
  • Collaborative Content Development and Management in the Library and Information Centers: an Overview
    Indian Journal of Information Sources and Services ISSN: 2231-6094 Vol. 8 No. 2, 2018, pp. 1-7 © The Research Publication, www.trp.org.in Collaborative Content Development and Management in the Library and Information Centers: An Overview Bedadyuti Sahoo Dy. Librarian, School of Computer Engineering, KIIT Deemed to be University Bhubaneswar, Odisha, India E-mail: [email protected] Abstract - The 20th and present 21st century is the substantial II. OBJECTIVES OF THE STUDY years in the internet power. The creation of data and the data processing are the two major factors for accelerating the The aim of this article is to elaborate the following points of availability of the information in the internet. It is also study for the betterment of the users’ satisfaction and better considered as the online resources which are most useful content management and development through collaborative resources for the development of the content and related databases in different subjects as ready reference sources. manners. Here, the library and information centres play an Another job of the content developer is to disseminate the important role in developing and managing the content for content through the internet to the passion professionals for the day to day users as a whole. The major focal points of fulfilling the thirsty of the knowledge. So, considering the the content management through collaborative content importance of the content and content management, this management are article aims to elaborate providing details of information for 1. To explain content, content development and the need of the hours. It would be helpful for the thirsty collaborative content development.
    [Show full text]
  • Implementación Basada En Software Libre De Un Portal Web Para Apoyo
    http://w ww.educacioneningenieria.org Implementación basada en software libre de un portal web para apoyo en el proceso colaborativo de desarrollo de un videojuego para la enseñanza de la ingeniería de software a b Francisco Ismael Maya-Sarasty & Daniel Arenas-Seleey a Facultad de Ingeniería, Universidad Autónoma de Bucaramanga, Bucaramanga, Colombia. [email protected] b Facultad de Ingeniería, Universidad Autónoma de Bucaramanga, Bucaramanga, Colombia. [email protected] Resumen— Este documento presenta la implantación de un sistema de la interacción de sus usuarios mediante la utilización de foro, wiki, software libre alrededor del desarrollo de un videojuego educativo que chat y un sistema de versiones. Todo esto enfocado desde el punto promueve la enseñanza de la Ingeniería de Software. Empezando con la de visa del software libre durante todo su desarrollo sabiendo que realización de un análisis concienzudo de las características del software necesario para crear un entorno que favorece el trabajo colaborativo éste a su vez es el tema principal de la maestría estudiada, incluso multidisciplinario, para luego instalar y configurar las soluciones desde el énfasis hacia el desarrollo de software. seleccionadas y terminar con un análisis del cumplimiento de directrices de usabilidad para portales web y directrices de jugabilidad para videojuegos. En un principio se realiza un análisis de los recursos necesarios La contribución de crear un portal web (www.soengirpg.com) es la para la implementación del portal web que apoya el proceso activación del trabajo colaborativo que garantiza la continuidad de la construcción de un videojuego sobre la Ingeniería de Software. Un sistema colaborativo de desarrollo de software, así como los recursos para que integra a todos los actores interesados, que requieren de un entorno donde el desarrollo del videojuego de rol, utilizando en su totalidad obtener información específica para desarrollar videojuegos y compartir su herramientas libres.
    [Show full text]
  • Web Content Management
    Web Content Management SYSTEMS, FEATURES, AND BEST PRACTICES Deane Barker www.allitebooks.com Web Content Management Web Content ManagementContent Web Looking to select a web content management system (CMS), but “This book is long overdue confused about the promises, terminology, and buzzwords? Do you want and a much-needed to understand content management without having to dive into the underlying programming? This book provides a clear, unbiased overview antidote to the industry of the entire CMS ecosystem—from platforms to implementations—in a reports and vendor language- and platform-agnostic manner for project managers, executives, white papers that have and new developers alike. dominated the CM Author Deane Barker, a CMS consultant with almost two decades of discussion for so long. experience, helps you explore many different systems, technologies, and platforms. By the end of the book, you’ll have the knowledge necessary Hooray for Deane!” to make decisions about features, architectures, and implementation —Bob Boiko methods to ensure that your project solves the right problems. author of Content Management Bible (Wiley) ■ Learn what content is, how to compare different systems, and what the roles of a CMS team are ■ Understand how a modern CMS models and aggregates content, coordinates workflow, and manages assets ■ Explore the scope and structure of a CMS implementation project ■ Learn the process and best practices for successfully running your CMS implementation ■ Examine the practice of migrating web content, and learn how to work with an external CMS integrator Deane Barker, founding partner and Chief Strategy Officer at Blend Interactive, has been working in web content management since the mid- 90s, before the discipline even had a name.
    [Show full text]